home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: delta / whiteline CD Series - delta.iso / tex / style / misc / lucmaths.sty < prev    next >
Text File  |  1995-11-25  |  2KB  |  52 lines

  1. \def\fileversion{v2}
  2. \def\filedate{91/12/10}
  3. \immediate\write\sixt@@n{File: `lucmaths.sty' 
  4. \fileversion\space <\filedate> (SPQR)}
  5. % Sebastian Rahtz
  6. % 5 Granary Court
  7. % St Andrewgate
  8. % York Y01 2JR
  9. %
  10. %spqr@uk.ac.soton.ecs
  11. % This style file sets up a new `mathversion' which uses the Lucida fonts
  12. % in place of any CMR, effectively making you free of bitmaps when needed
  13. %
  14. % It does assume that you have the Lucida metric files (available from me
  15. % if necessary) and have purchased the fonts.
  16. %
  17. % scale the maths down a bit? up to you.
  18. %
  19. \declare@font[.9]{vlmi}{m}{it}{vlmi}
  20. \extra@def{vlmi}{\skewchar#1'177}{}
  21. \declare@font[.9]{vlms}{m}{n}{vlms}
  22. \extra@def{vlms}{\skewchar#1'060}{}
  23. \declare@font[.9]{vlme}{m}{n}{vlme}
  24. \extra@def{vlms}{}{}
  25.  
  26. %--------------------------------------------------------------------------------
  27. % alternative declaration of extension font
  28. %\expandafter\font\csname vlms/m/n/10\endcsname=vlms at 10pt
  29. %\expandafter\fontdimen20\csname vlms/m/n/10\endcsname23.9pt
  30. %\expandafter\font\csname vlme/m/n/10\endcsname=vlms at 10pt
  31. %\textfont3\csname vlme/m/n/10\endcsname
  32. %\scriptfont3\csname vlme/m/n/10\endcsname
  33. %\scriptscriptfont3\csname vlme/m/n/10\endcsname
  34. %--------------------------------------------------------------------------------
  35.  
  36. \new@mathversion\mv@lucida
  37.  
  38. % Fonts we're going to use...
  39.  
  40. \define@mathgroup\mv@lucida{0}
  41.                  {\rmdefault}{m}{n}
  42. \define@mathgroup\mv@lucida{1}
  43.                  {vlmi}{m}{it}
  44. \define@mathgroup\mv@lucida{2}
  45.                  {vlms}{m}{n}
  46. \define@mathgroup\mv@lucida{3}
  47.                  {vlme}{m}{n}
  48. %
  49. \mathversion{lucida}
  50.  
  51. \endinput
  52.